* { 
    padding: 0;
    margin: 0;
}

header{

    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 40px;
    background-color: #FCE4EC;
}

header ,a, p {

    color: #B6724C;
    text-decoration: none;
    transition-duration: 0.3s;
    font-size: large;
    
}

header a:hover{

      color: #888888;
}

body{

    background-color: #F2F2FC;
    font-family: 'Josefin Sans', sans-serif;
}

form{

    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    padding: 10px 18px;
    height: 100px;
}

input{

    text-align: center;
}

img{

    max-height: 200px;
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

p{  
    
    letter-spacing: 2px;
    text-align: center;
    font-size: 30px;
}

a{
    text-align: center;
    font-size: 30px;
}

                            /* Classes */


.head{

    width: 600px;
    display: flex;
    justify-content: space-between;
    
}

.liste{

    color: black;
    text-align: center;
    font-size: 30px;
}

.lettres{

    height: 50px;
    width: 40px;
    font-size: large;
}

.new{

    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new a:hover{

    color: #888888;
}

.div-img{

    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-p{

    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mot{
    height: 50px;
    width: 150px;
}
